Skip to content

Conversation

@mhaas
Copy link
Contributor

@mhaas mhaas commented Aug 3, 2020

In ModelCreator.create, we now perform an initial check
to see if the model name is already taken. This prevents
long feedback cycles where otherwise the code will first upload
a dataset and wait for validation only to fail later on because
the model name is already used.

mhaas added 4 commits August 3, 2020 16:06
In ModelCreator.create, we now perform an initial check
to see if the model name is already taken. This prevents
long feedback cycles where otherwise the code will first upload
a dataset and wait for validation only to fail later on because
the model name is already used.

Closes #60.
Mark TestEndToEnd as relevant for #60
@mhaas mhaas linked an issue Aug 3, 2020 that may be closed by this pull request
mhaas added 3 commits August 3, 2020 16:55
We postponed our internal cleanup by a few weeks, so let's
bring back the system tests in the meantime so that we can release.
Coveralls complained about line coverage
being too low.
@mhaas mhaas requested a review from karthikmswamy August 3, 2020 15:21
Copy link
Contributor

@karthikmswamy karthikmswamy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be a really useful feature. Thanks for adding this!

@mhaas mhaas merged commit 1f6d26a into master Aug 4, 2020
@mhaas mhaas deleted the feat/check_if_model_exists branch August 4, 2020 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ModelCreator: check beforehand if model name is used

3 participants